ASP.NET Core MVC コントロールヘルプ
Delay メソッド (MultiSelectBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MultiSelectBuilder<T> クラス : Delay メソッド
The value.
Configurates C1.Web.Mvc.MultiSelect<T>.Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter. This property is relevant only when the ShowFilterInput property is set to true.
シンタックス
'宣言
 
Public Function Delay( _
   ByVal value As System.Integer _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> Delay( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is 500 milliseconds.
参照

MultiSelectBuilder<T> クラス
MultiSelectBuilder<T> メンバ